home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
a_utils
/
perl
/
msds-prl
/
perl419x.zoo
/
nohigh.bat
< prev
next >
Wrap
DOS Batch File
|
1992-02-23
|
429b
|
22 lines
*** msdos/eg/nohigh.bat.old Tue Sep 17 09:59:27 1991
--- msdos/eg/nohigh.bat Tue Sep 17 12:24:26 1991
***************
*** 1,3 ****
--- 1,7 ----
+ @REM=("
+ @perl -p %0.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
+ @end ") if 0 ;
+
# Usage: invoke with -p switch
# Strip highlighting from a formatted manual, for those who
***************
*** 15,17 ****
--- 19,24 ----
# By Len Reed.
s/.\010//g;
+
+ @REM=(qq!
+ :end !) if 0 ;